Fixed conditions for Monica's acquittal if you arrest her and Phong. #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Under certain conditions, if you arrest both Phong and Monica together she will be acquitted "because", with no reason given:
To understand why, you need to know a bit more about how the game interprets your knowledge of the case. First of all, you need to know about the hidden gun. The simplest way (even if it makes no sense) is to:
Now you can arrest Phong and Monica for the murder without being told they weren't at the scene at the time. The most elaborate (but still non-ideal) ending is if you have touched the gun receipt, you know Monica had a motive, and you know she has the clock key. But between those two extremes there are several variations of why they are acquitted.
Phong will be acquitted for not having the technical skill to set up the hidden gun and, optionally, for not having any link to the weapon. The reason for Monica's acquittal is:
So to get the bad ending:
I've changed this to match the logic for when you arrest only her more closely:
So the gun receipt is not tested. But it isn't if you arrest her on her own either, and since Phong's acquittal message depends on the gun receipt I think it's covered well enough by "because he was".
Finally, just for fun, here is the shortest reliable solution to the game that I've been able to come up with: